projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a29f4
)
Add src/_gdbinit to .gitignore.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Nov 2014 08:56:15 +0000
(10:56 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Nov 2014 08:56:15 +0000
(10:56 +0200)
.gitignore: Add back src/_gdbinit, which is a temporary file
created by the MS-DOS build.
.gitignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 7a17aa96aa0de2363ea02e11efa406895beb6c3e..584e97868d7a0040c80715deeb907ba6423da797 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-91,6
+91,8
@@
deps/
# Logs and temporaries.
*.log
*.tmp
+# Created by MS-DOS builds
+src/_gdbinit
# Time stamps.
stamp_BLD
diff --git
a/ChangeLog
b/ChangeLog
index 84754187ef94d3fc85c11299eacd62ba27ab8847..9de94076e6e8167efad49b01fc5ae9243b417ae9 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2014-11-21 Eli Zaretskii <eliz@gnu.org>
+
+ * .gitignore: Add back src/_gdbinit, which is a temporary file
+ created by the MS-DOS build.
+
2014-11-20 Paul Eggert <eggert@cs.ucla.edu>
Add a.out to .gitignore.